home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000898_janssen@parc.xerox.com _Thu Apr 15 20:12:55 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <janssen@parc.xerox.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA29326; Thu, 15 Apr 93 20:12:55 MET DST
  4. Received: from alpha.Xerox.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA20197; Thu, 15 Apr 1993 20:32:31 +0200
  6. Received: from holmes.parc.xerox.com ([13.1.100.162]) by alpha.xerox.com with SMTP id <11645>; Thu, 15 Apr 1993 11:32:11 PDT
  7. Received: by holmes.parc.xerox.com id <16134>; Thu, 15 Apr 1993 11:32:05 -0700
  8. Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.holmes.parc.xerox.com.sun4.41
  9.           via MS.5.6.holmes.parc.xerox.com.sun4_41;
  10.           Thu, 15 Apr 1993 11:31:57 -0700 (PDT)
  11. Message-Id: <wfnOcRIB0KGWIo73EF@holmes.parc.xerox.com>
  12. Date:     Thu, 15 Apr 1993 11:31:57 PDT
  13. Sender: Bill Janssen <janssen@parc.xerox.com>
  14. From: Bill Janssen <janssen@parc.xerox.com>
  15. To: Bill Janssen <janssen@parc.xerox.com>, Guido.van.Rossum@cwi.nl
  16. Subject: Re: Project Gutenberg's Roget's Thesaurus
  17. Cc: www-talk@nxoc01.cern.ch
  18. In-Reply-To: <9304150746.AA28500=guido@voorn.cwi.nl>
  19. References: <9304150746.AA28500=guido@voorn.cwi.nl>
  20.  
  21. Excerpts from ext.WorldWideWeb: 15-Apr-93 Re: Project Gutenberg's Rog..
  22. Guido.van.Rossum@cwi.nl (815)
  23.  
  24. > Why is avoiding a name server roundtrip important to you?  There's one
  25. > anyway in links of this type (the hostnames that it links to).
  26.  
  27. Right, and consulting a name-server every time would double the
  28. round-trips.  It can also involve TCP setup around here, and process
  29. context switches with your application (yep, every machine runs a local
  30. name server).  All expensive -- and we're trying to keep our objects
  31. light-weight.
  32.  
  33. Bill